home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / gt_power / gth035.zip / SCHEDULE.HLP < prev    next >
Text File  |  1990-08-11  |  4KB  |  103 lines

  1.  
  2. ╔═════════╦════════════════════════════════════════════════════════════
  3. ║ GT-HELP ║ SCHEDULE.BBS - Regular tasks, and Netmail Information
  4. ╚═════════╩════════════════════════════════════════════════════════════
  5.  
  6.  
  7.     You only need a SCHEDULE.BBS if you are running netmail, or have some
  8.     other regular daily tasks which should be executed at a particular
  9.     time.
  10.  
  11.     LINES NEEDED BY NETMAIL USERS :
  12.  
  13.    ┌────────────────────────────── ─ ─ ─
  14.    │NET=050
  15.    │NODE=003
  16.    │AREA=44
  17.    │CITY=London
  18.    │NAME=GRAPEVINE UK, London  :  01-443 4601  (intl +44 1 443 4601).
  19.    |
  20.  
  21.     NET and NODE node will be assigned by the netmail co-ordinator for your
  22.     local net.
  23.  
  24.     AREA might be your country code, or other dialling prefix which your
  25.     'local' boards show in the NODELIST but which should be stripped off
  26.     when dialling out.
  27.  
  28.     NAME is the name of your board, and additional details you wish to
  29.     appear on your origin line.  Best limited to 60 characters if you can.
  30.  
  31.     Note:   Two-line origins are created using a SINGLE line of typically
  32.             140 characters.  You will need to predict where the word wrap
  33.             occurs, taking into account that NAME= is stripped off and
  34.             replaced by _ORIGIN:  nnn/nnn - .  Then GT will wrap it at the
  35.             last space preceding the 80th Character.
  36.  
  37.             Do not allow your editor to word wrap a long origin line - it
  38.             will have undesirable consequences.
  39.  
  40.  
  41.     TO CONTROL USER PAGING :
  42.  
  43.     |
  44.     │OFFICE=08:00-23:00
  45.     |
  46.  
  47.     GT will not allow the P command outside the specified hours.
  48.  
  49.  
  50.     TO CONTROL REGULAR ACTIVITIES:
  51.  
  52.     |
  53.     │02:50-05:25 QUIT 6
  54.     │24:02       C:\GT\MIDNIGHT
  55.     |
  56.  
  57.     GT uses a weird '25 hour' time scale in which the times between
  58.     midnight and 1 am are referred to as 24:xx.  For the purposes of the
  59.     schedule.bbs file, 24:xx hours are considered to be part of the
  60.     previous day (but do not assume this applies elswhere).
  61.  
  62.     Suffice to say that events must be in chronological order, beginning
  63.     with the first event after 1 am and ending with the last event before
  64.     1am the following day.  And I suggest you don't plan on having an event
  65.     that spans 1 am.
  66.  
  67.     The TIME can either be :
  68.  
  69.         a range             as in the first example, which would cause GT
  70.                             to execute the specified command at 2:50, or
  71.                             whenever GT restarts between 2:50 and 5:25
  72.  
  73.         a single time       as in the second example, which would cause GT
  74.                             to execute the command only for the duration of
  75.                             the specified minute.
  76.                             
  77.     Note:   if the command takes less than the time range (or less than 
  78.             one minute), it will be repeatedly executed until the end of 
  79.             the period.  If this could cause a problem you should ensure 
  80.             that the executed program runs for at least the period 
  81.             specified - either by adding a delay or by reducing the time
  82.             range.
  83.  
  84.     The COMMAND can either be :
  85.  
  86.         a QUIT instruction  as in the first example, which would cause GT
  87.                             to terminate and return with the specified
  88.                             ERRORLEVEL (6 in this case).
  89.  
  90.                             The errorlevel has to be detected by the
  91.                             controlling batch file (eg HOST.BAT).  This
  92.                             gives maximum DOS memory available to the
  93.                             command, and is typically used for executing a
  94.                             netmail batch file.  The top level batch file
  95.                             is then responsible for restarting GT.
  96.  
  97.         a DOS command       as in the second example, which executes a
  98.                             batch file named C:\GT\MIDNIGHT.BAT.   DOS
  99.                             commands are executed as a shell within GT,
  100.                             therefore MIDNIGHT.BAT automatically returns
  101.                             control to GT when it finishes.
  102.  
  103.